Companion

object Companion

Functions

Link copied to clipboard
inline operator fun <T> invoke(callable: () -> T): Try<T>

Creates a new Try based on the result of the callable.